home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / bf_171a.zip / HISTORY.B&F < prev    next >
Text File  |  1991-01-07  |  26KB  |  629 lines

  1. This file contains a summary of changes made to Back & Forth. They are listed 
  2. in reverse order, the most recent additions and modifications listed first.
  3.  
  4.  
  5. ──────────────────────────────────────────────────────────────────────────────
  6. Version 1.71 January 7, 1991
  7.  
  8. A) Bug fixes:
  9.  
  10.    * Blinking/intensity attribute was not saved/restored in UV partitions. 
  11.      This could cause blinking where high intensity colors use to be or
  12.      the opposite.
  13.  
  14.    * Removed the mouse interrupt handler that was added in version 1.7; the
  15.      handler was for tracking mouse calls and resetting the screen blanker.
  16.      This caused compatibility problems with stupid mouse addon programs that
  17.      check the interrupt handler directly for specific mouse information
  18.      rather than some other sensible means!
  19.      
  20.  
  21. ──────────────────────────────────────────────────────────────────────────────
  22. Version 1.70 January 1, 1991
  23.  
  24. A) Bug fixes:
  25.  
  26.    * Back & Forth is now completely compatibile with DR DOS 5.0
  27.  
  28.    * The keyboard flags were not always scanned correctly (Example: if two
  29.      programs were defined with hotkeys ALT-1 and Ctrl-Alt-1 respectively,
  30.      Ctrl-Alt-1 would never get activated).
  31.  
  32.    * Paste didn't work from cut menu (hot key did though).
  33.  
  34.    * Autoloading programs that stay at DOS are now handled correctly
  35.      (previous versions would task switch before the program or batch file 
  36.      got started sometimes).
  37.  
  38.    * B&F now disables keystrokes during pasting or autoloading (this
  39.      prevents keystrokes from being placed into type ahead keyboard
  40.      buffer and thus causing some confusion for programs that B&F is
  41.      autoloading).
  42.  
  43.    * Back & Forth did not work with Novell XMSNETx.EXE and EMSNETx.EXE.
  44.  
  45.    * Fixed a keyboard problem that occurred on systems that had a BIOS that
  46.      supported extended keyboard but user was using an old style keyboard.
  47.  
  48.    * Clock was only displayed on row 0.
  49.  
  50.    * B&F would not work with EMS systems that had a page frame with a length 
  51.      of 0.
  52.  
  53.    * BNFLOAD would not load BNFHIGH correctly on machines that had upper
  54.      memory blocks over 64k.
  55.  
  56. B) Enhancements/New Features:
  57.  
  58.    * Changed way B&F did filename/path validation to better accomodate Novell.
  59.  
  60.    * Pressing Ctrl-Alt-Del when Boot watch off now does a warm boot rather
  61.      than a cold boot.
  62.  
  63.    * Added a new tsr to the B&F family to handle EGA screen problems. The 
  64.      file is called BNFEGA.EXE. It must be loaded before any of the B&F
  65.      kernels if you have an EGA video card. It can be loaded high with one
  66.      of the various load high programs.
  67.  
  68.    * Added "Compress video screen" option to program definition editor. Some
  69.      people will prefer speed over disk space. Compressing graphic screens
  70.      can take 2 to 3 times longer on the save but can takes 90% less disk 
  71.      space on average. We have decided to leave this option up to the user
  72.      on a program basis.
  73.  
  74.    * Back & Forth now supports all known extended text modes of various
  75.      EGA/VGA boards. The cut/paste also supports them.
  76.  
  77.    * Added another option to the program editor: 
  78.  
  79.      Disable hotkeys? Yes/No
  80.  
  81.      This field will allow the user to specify whether or not B&F should
  82.      act upon other program hot keys while in the specific program. This 
  83.      option would is for programs that shouldn't be interrupted no matter
  84.      what. 
  85.  
  86.      ** Note ** Back & Print hot keys and the screen blanker hot key will
  87.                 still respond.
  88.  
  89. C) New Features:
  90.    
  91.    * Added "Back & Print(tm)" module. 
  92.  
  93.      BackPrint's features include:
  94.  
  95.      a) Print buffer to EMS/XMS up to 32mb
  96.      b) Redirect printer output to disk file
  97.      c) Redirect printer output to bit bucket.
  98.  
  99.    * Added paste speed control under Options of cut menu. 
  100.  
  101.    * Added an extended keyboard buffer (128 characters!). 
  102.  
  103.    * Added support for all known graphic/text modes for the following 
  104.      VGA chipsets/boards (exceptions are noted):
  105.  
  106.      Ahead V5000A/V5000B     - All modes up to 512k.
  107.  
  108.      ATI 18800               - ATI VGA Wonder/ATI VGA Wonder Plus
  109.      Cirrus 510/520/610/620  - Maxlogic MAXVGA, Several lap tops
  110.                                All known video modes.
  111.  
  112.      Chip & Technologies     - All known modes up to 512k. 
  113.      82c451/82c452             
  114.  
  115.      EVEREX VGA Cards        - All modes up to 512k
  116.      Genoa 6400 Chip Set     - All modes up to 512k.
  117.      Trident 8800CS          - All modes up to 512k.
  118.      TSENG 3000/4000         - Boca SuperVGA (1024x768x256 not supported yet), 
  119.                                Orchid Prodesigner
  120.      Video Seven             - VGA 1024i,VRAM VGA all modes.
  121.      Western Digital WD90C00 - Paradise VGA 1024,MaxVGA 1024
  122.  
  123.    * Added two new versions of the kernel:
  124.  
  125.      BNFLITE.EXE and BFHILITE.EXE. These are "Lite" versions of the kernel.
  126.      If you run one of these versions, you will gain about 5 to 7k more
  127.      memory; you will give up the following though:
  128.  
  129.      1) Back & Print
  130.      2) Keyboard functions (extended keyboard buffer, FastKey, Keyclick)
  131.      3) Boot watch
  132.      4) Clock
  133.      5) Screen blanker.
  134.  
  135.    * Finally added cut/paste editor; that is, you can edit what you cut,
  136.      add keyboard keystrokes,etc. B&F will let each user maintain up to
  137.      100 "keystroke" files. 
  138.  
  139.    * Added to environment variables to help people optimize B&F swap
  140.      times a litte better. They are:
  141.  
  142.      1) set BNF_CACHE=xxx
  143.  
  144.         where xxx is either EMS or a DOS path (XMS will be added in the next
  145.         version). The DOS path may be a ram disk for people who do not have
  146.         EMS. If a BNF_CACHE environment variable is not set, B&F will create
  147.         a 256k swap file in the B&F default directory.
  148.  
  149.         ** Note ** The B&F overlay cache is 256k in size.
  150.  
  151.     2) set BNF_OVERLAY=path[;path;....]
  152.  
  153.        This should be set like a normal DOS path. This allows the user to 
  154.        copy the most used B&F overlays to a RAM disk(s) for faster access.
  155.        The overlays which are accessed while B&F is running are:
  156.  
  157.        1) B&F002.OVL -- B&F main program
  158.        2) B&F004.OVL -- Video saving overlay
  159.        3) B&F005.OVL -- Cut/paste overlay
  160.  
  161.        If BNF_OVERLAY is not set, B&F will look for its overlays in the B&F 
  162.        path.
  163.  
  164. ──────────────────────────────────────────────────────────────────────────────
  165. Version 1.62 September 13, 1990
  166.  
  167. A) Bug Fixes:
  168.  
  169.    * Restoration of graphic screens on EGA/VGA had blinking added to them.
  170.  
  171.    * Disabled global support for STACKKEY
  172.  
  173. ──────────────────────────────────────────────────────────────────────────────
  174. Version 1.61 September 13, 1990
  175.  
  176. A) Bug Fixes:
  177.  
  178.    * BNF.EXE version of B&F was not very stable with DOS 4.0x or other DOSes
  179.      when STACKS=0,0 was used.
  180.  
  181.    * Paste didn't paste all the time.
  182.  
  183.    * Mouse state was not restored when the mouse driver was loaded locally.
  184.  
  185.    * Keyboard flags weren't returned to WP correctly within its macro
  186.      language (problem exists in Software Carousel too!)
  187.  
  188. ──────────────────────────────────────────────────────────────────────────────
  189. Version 1.60 September 1, 1990
  190.  
  191. A) Changes/Bug Fixes:
  192.  
  193.    * B&F now saves a few more areas within DOS for better compatibility with 
  194.      some programs...
  195.  
  196.    * BASICA or run-time programs using BASRUN could not be run in more than
  197.      1 partition (only one basic environment was allowed).
  198.  
  199.    * Fixed Ctrl-Alt-Del problem when B&F is loaded high with QEMM and 
  200.      STACKS=0,0.
  201.  
  202.    * Hercules support had been disabled since version 1.38 (bug with TC++)
  203.  
  204.    * Mouse cursor did not show up consistently for all color configurations in
  205.      B&F modules.
  206.  
  207.    * Not all temporary files were deleted from swap drives when B&F was 
  208.      terminated.
  209.  
  210.    * Mouse support wasn't saved/restored correctly when the mouse driver
  211.      was loaded locally.
  212.  
  213.    * Fixes problem that caused B&F to hang at DOS prompt sometimes. This will
  214.      also fix pasting problem several users had with cut/paste.
  215.  
  216.    * B&F would sometimes give the video swap double beep error in supported
  217.